Welcome![Sign In][Sign Up]
Location:
Search - md5 c implementation

Search list

[Crack HackMD5 v1.2

Description: RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001
Platform: | Size: 973095 | Author: 李湘 | Hits:

[Linux-UnixMD5算法

Description: MD5算法的例子--Example of MD5 algorithm
Platform: | Size: 7168 | Author: 站长 | Hits:

[Crack Hackmd5源码

Description: md5加密算法源代码-The source code of MD5 encryption algorithm
Platform: | Size: 24576 | Author: 风行 | Hits:

[Crack HackMD5 v1.2

Description: RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001-RSA MD5 VISUAL C++ SOURCE CODE v1.2- Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to- see the source code for details.Released November 2001
Platform: | Size: 972800 | Author: 李湘 | Hits:

[CSharpmd5_CS_realway

Description: md5程序C#实现,本程序使用C#实现MD5的算法,不同于一般网上见到的C的写法。本源码的实现步骤和MD5算法的理论加密过程完全一致,所以很值得学习。-md5 C# procedures, the procedures for the use of C# MD5 algorithm from a general to see that the C-line version. The source implementation steps and MD5 encryption algorithm theory exactly the same, so it is worth learning.
Platform: | Size: 3072 | Author: 实姓 | Hits:

[Crack Hackmd5

Description: MD5加解密算法的C语言实现,用于实现安全通信-MD5 encryption algorithm C language implementation for the realization of secure communication
Platform: | Size: 10240 | Author: zhaolingxi | Hits:

[Windows Developmd5

Description: Md5算法的C++封装类CMD5 CMD5 md5 CString csMd5Buffer=md5.MD5("a string") 执行完成之后csMd5Buffer中即存储了由"a string"计算得到的MD5值: 3a315533c0f34762e0c45e3d4e9d525c-Md5 Algorithm Class C++ package CMD5 CMD5 md5 CString csMd5Buffer = md5.MD5 ( " a string" ) the implementation of that after the completion of storage csMd5Buffer by " a string" calculate the MD5 value: 3a315533c0f34762e0c45e3d4e9d525c
Platform: | Size: 4096 | Author: 淡月清风 | Hits:

[Linux-Unix059

Description: 本实例运行在Linux环境下: 编译命令: gcc -o md5 md5.c 执行命令: ./md5 -x-The examples in the Linux environment to run: compile command: gcc-o md5 md5.c the implementation of the command: ./md5-x
Platform: | Size: 5120 | Author: 唐相元 | Hits:

[Crack HackMD5

Description: 加密算法之消息摘要MD5算法实现。纯c实现,vc编译运行ok-The encryption algorithm MD5 message digest algorithm. Pure c implementation, vc compiled to run ok
Platform: | Size: 6144 | Author: yimo | Hits:

[Crack HackMD5

Description: 经典的MD5加密算法的C++实现,可以实现数据库的不可逆存储需求。-MD5 encryption algorithm the classic C++ implementation
Platform: | Size: 6144 | Author: wuxiaodo | Hits:

[OS programmd5

Description: C++实现的MD5对动态口令加密,程序简单易懂,非常方便学习-C++ implementation of the MD5 encryption on the dynamic password, the program easy to understand, very easy to learn
Platform: | Size: 3072 | Author: luojh | Hits:

[Crack Hackmd5

Description: MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only three), each round of circulation are very similar. The first round of the 16 operations. Each operation on a, b, c and d for the first time in three of the nonlinear function operation, then the result plus a fourth variable, the text of a sub-group, and a constant. The results then move to the right of a variable number of rings, plus a, b, c or d in one. Finally, the results of replacing a, b, c or d in one.
Platform: | Size: 191488 | Author: 范小饭 | Hits:

[Crack Hackmd5

Description: md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。-md5 source code. According to md5 algorithm, using C++ implementation of a string of hash, the output of 32 hexadecimal characters.
Platform: | Size: 2048 | Author: th | Hits:

[Crack HackMD5

Description: c++ md5算法实现类,可以求一段文文的md5值也可以求出文件的md5值。-c++ md5 algorithm implementation class, you can find the value of a Wenwen can find the md5 file md5 value.
Platform: | Size: 32768 | Author: min | Hits:

[Othermd5

Description: MD5加密算法的实现,对网络数据进行加密处理,c++实现-MD5 encryption algorithm to encrypt network data processing, c++ implementation
Platform: | Size: 4096 | Author: yogcoming | Hits:

[Crack Hackmd5

Description: MD5的HASH算法。C++实现。输入为源文件路径。直接输出该文件的MD5值,适用于密码学实验。-The MD5 HASH algorithms. C++ implementation. Enter the path for the source file. Direct output to the file MD5 value for cryptography experiments.
Platform: | Size: 20480 | Author: VongRuohang | Hits:

[Crack HackMD5

Description: c++实现的MD5算法及测试代码,BCB2007的测试工程-c++ implementation of the MD5 algorithm and test code, BCB2007 test engineering
Platform: | Size: 9216 | Author: anje | Hits:

[Crack HackMD5

Description: MD5加密解密 算法C++实现,包含2个文件.h以及.cpp文件,函数接口:std::string compute(const std::string& content, bool upper = false) -MD5 encryption and decryption algorithm C++ implementation
Platform: | Size: 3072 | Author: 刘珊 | Hits:

[CSharpMD5

Description: C# MD5动态链接库,实现了MD5的C#加密,可以通过类调用MD5加密方法-C# MD5 dynamic link library, implementation of the MD5 C# encryption, by calling MD5 encryption method
Platform: | Size: 14336 | Author: 张浩 | Hits:

[Crack Hackmd5

Description: C++实现MD5算法,有测试程序test.cpp。-C++ implementation of MD5 algorithm, a test.cpp test program.
Platform: | Size: 4096 | Author: J | Hits:
« 12 3 4 »

CodeBus www.codebus.net